﻿/* Use this CSS-file to override any styles set by system-default LT Corona - Kategori*/

/*LT Blå: #009cec*/
/*LT Blå hover: #1d668c*/
/*Gul: #ecca1e*/
/*Blå: #00788a*/

@font-face {
    font-family: 'league_gothicregular';
    src: url('leaguegothic-regular-webfont.woff2') format('woff2'),
         url('leaguegothic-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

h1, h2, h3, h4, h5, h6 {
    font-family: Verdana;
}

body {
    font-family: Verdana;
    background: #f2f7f8;
    padding-top: 53px;
	background-image: url(elements/Background/site-background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment:fixed;
	background-size: cover;	
}
body.customize-page {
    font-family: Verdana;
    background: #f2f7f8;
    padding-top: 53px;
	background-image: url(elements/Background/site-background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment:fixed;
	background-size: cover;	
}

.content {
	margin-top: -3px !important;
}

/*.cartident {
	display: none;
}*/


label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
	color: #fff;
}

#ctl00_pnl_Feedback label {
   	color: #333;
}


/*Link*/
a {
    color: #fff;
	text-decoration: none;
}
a:visited {
    color: #fff;
	text-decoration: none;	
}
a:hover {
    color: #fff;
	text-decoration: none;	
}
.btn-link {
    color: #009cec;
    text-decoration: none !important;
}

.text-center {
    text-align: left;
	color: #fff;
}

#ctl00_pnl_CartClear .list-group-item text-center a:link {
    color: #333 !important;
}
#ctl00_pnl_CartClear .list-group-item text-center a:visited {
    color: #333 !important;
}
#ctl00_pnl_CartClear .list-group-item text-center a:hover {
    color: #333 !important;
}


/*Menu Top*/
.navbar {
    background: #333;
    border: transparent;
    border-top: 0px solid #009cec;
	border-bottom: 1px solid #333;	
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0);
}

/*Knappen Mediearkiv er skjult*/
/*.navbar-left {
    display: none;
}*/

.navbar-brand .logo {
    height: 45px;
    padding-top: 5px;
}

	.navbar .navbar-nav > li > a.navbar-nav-cart {
      background: #333;
      color: white;
      font-weight: 700;
	  border-left: 0px solid #fff;
	  border-right: 0px solid #fff;
}
      .navbar .navbar-nav > li > a.navbar-nav-cart:hover,
      .navbar .navbar-nav > li > a.navbar-nav-cart:focus {
        background: #dcdcdc; }
      .navbar .navbar-nav > li > a i {
      margin-right: 5px;
}
.navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:focus
 > .open > a:hover {
    color: #fff !important;
    background: #dcdcdc !important;
}

  .navbar .navbar-nav > li > a {
    font-size: 16px;
    color: #fff;
    transition: all 0.3s ease;
}
  .navbar .navbar-nav > li > a:hover {
    background: transparent;
    color: #fff !important;
	  text-decoration: none;
}
.navbar .navbar-nav > .active > a {
    color: #fff;
    background: transparent !important;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link { /*Kategori menu*/
    color: #fff;
}

#impleomenu-cat > li > div > ul > li > a.k-link {
    background-color: transparent!important;    color: #0a5688;
    transition: all 0.3s ease; 
}
#impleomenu-cat > li > div > ul > li.k-state-hover > a.k-link:hover {
    color: #1d668c;
}

/*Menu Top mobile*/
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
   	border-color: #e7e7e7;
   	padding-left: 10px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
   	background-color: transparent;
}

/*Breadcrumb*/
.section-breadcrumbs {
    background: transparent;
    padding: 0;
    border-bottom: 1px solid #fff;
	border-top: 0px solid #fff;
    line-height: 40px;
}
.section-products {
    background: transparent;
    border-bottom: 0px solid #ddd;
}
.section-breadcrumbs a.active {
    color: #fff;
}
.section-breadcrumbs a:before {
    border-left-color: #ddd;
    right: 0px;
}
.section-breadcrumbs a:after {
    border-left-color: #ddd;
    right: 0px;
}

.section-breadcrumbs a:before, .section-breadcrumbs a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    border-width: 0px 0px;
    border-style: solid;
    border-color: #fff;
}

/*NewsBox*/
#ctl00_MainContentPH_pnlR_CatNText {
    margin-bottom: 20px;
}

/*Kolonne Kategori*/
/*.col-md-2 {
    width: 33.3333%;
}*/

/*Kolonne Produkt*/
/*.col-md-3 {
    width: 50%;
}*/


/*Kolonner*/
.col-sm-3 {
    width: 25%;
}
.col-sm-3.col-md-2 {
    width: 33.333%;
}

@media only screen and (max-width: 480px) {
    .col-sm-3 {
        width: 100%;
    }
}


/*Relaterede produkter*/
.modal-addedtocart .panel-footer .panel-product-heading {
    color: #333;
}
.modal-addedtocart .col-sm-3 {
    width: 50%;
}

.modal-addedtocart .panel-product {
    background-color: #fff;
}


/*Knap*/
.btn-primary {
    background: #ecca1e;
    border-color: #ecca1e;
	color: #fff !important;
}

.btn-primary:visited {
    background: #ecca1e;
    border-color: #ecca1e;
	color: #fff !important;
}
  
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
    background: #1d668c;
    border-color: #1d668c;
	color: #fff;
}

.btn-default {
    background: #ecca1e;
    border-color: #ecca1e;
	color: #fff !important;
}

.btn-default:visited {
    background: #ecca1e;
    border-color: #ecca1e;
	color: #fff !important;
}
  
.btn-default:hover,
.btn-default:focus,
.btn-default.active {
    background: #1d668c;
    border-color: #1d668c;
	color: #fff;
}

.btn-feedback {
    background: #ecca1e;
    border-color: #ecca1e;
	color: #fff !important;
}
  
.btn-feedback:hover,
.btn-feedback:focus,
.btn-feedback.active {
    background: #1d668c;
    border-color: #1d668c;
	color: #fff;
}

.modal-addedtocart-buttons .btn {
    margin: 0 5px 10px;
	color: #333;
}
.lbtn {
	font-family: "Myriad Pro", Helvetica, Arial;	
    display:block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
    color: #fff;
  font-size: 20px;
  background: #009cec;
  margin:5px;
  padding: 10px;
  text-decoration: none;
}

.lbtn:hover {
  color: #fff;
  background: #1d668c;
  text-decoration: none;
}

/*Profil*/
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #009cec;
}


/*Dropdown*/
.dropdown-menu {
  padding: 0; }
  .dropdown-menu > li:not(:last-child) {
    border-bottom: 1px solid #ddd; }
  .dropdown-menu > li > a {
    color: #009cec;
    font-weight: bold;
    padding: 10px 15px !important; }
    .dropdown-menu > li > a i {
      margin-right: 8px; }
  .dropdown-menu > li:first-child > a {
    border-radius: 4px 4px 0 0; }
  .dropdown-menu > li:last-child > a {
    border-radius: 0 0 4px 4px; }
  .dropdown-menu-cart {
    min-width: 280px; }


/*Kategori / Produkt top med billede*/
.jumbotron {
  padding: 0;
  margin: 0;
  color: white;
  text-align: center; }

  .jumbotron-inner {
    background-color: transparent;
    background-image: none;
    padding: 50px 0;
	height: 195px}
    .jumbotron-success .jumbotron-inner {
      background-color: rgba(0, 0, 0, 0.0); }
  .jumbotron-heading {
    margin: 0;
    font-size: 34px !important;
    line-height: 34px;
    font-weight: 300;
    float: left; }
    .jumbotron-heading.text-center {
      float: none; }
  .jumbotron-search {
    position: relative;
    float: right;
    max-width: 300px;
	  visibility: hidden;
}
    .jumbotron-search:after {
      content: "\f002";
      font-family: "FontAwesome";
      position: absolute;
      left: 15px;
      top: 50%;
      line-height: 20px;
      margin-top: -10px;
      color: #aaa;
      font-size: 16px;
      z-index: 9; }
    .jumbotron-search .form-control {
      border: 0;
      border-radius: 4px;
      padding-left: 40px; }
  .jumbotron-home .jumbotron-inner {
    padding: 250px 0; }
  .jumbotron-home .jumbotron-heading {
    margin: 0 0 40px;
    font-size: 40px !important;
    float: none;
    text-align: center; }
  .jumbotron-home .jumbotron-search {
    max-width: 500px;
    margin: 0 auto;
    float: none; }
  @media (max-width: 767px) {
    .jumbotron-contentpage .jumbotron-heading {
      float: none;
      margin-bottom: 15px; }
    .jumbotron-contentpage .jumbotron-search {
      float: none;
      margin: 0 auto; } }
.jumbotron .h1, .jumbotron h1 {
    color: #333;
}

/*Kategori*/
.panel-product-heading {
    color: #333;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
}

#ctl00_LB_CartClear {
    color: #333 !important;
}


/*Produkter*/
.panel-product-image {
    margin: 0 auto;
    display: block;
    height: 230px;
    margin-bottom: 0px;
    transition: all 0.3s ease;
    margin-top: 0px;
}
@media only screen and (max-width: 480px) {
	.panel-product-image {
    	margin: 0 auto;
    	display: block;
    	height: 110px;
    	margin-bottom: 0px;
    	transition: all 0.3s ease;
    	margin-top: 0px;
    }
}


/*Priser*/
.webshop-product-price {
    color: #ecca1e;
    white-space: nowrap;
}
.panel-options .total-price {
    color: #ecca1e;
    font-size: 32px;
    line-height: 34px;
    margin: 0 0 3px;
}
.panel-preview-price {
    color: #ecca1e;
	display: none;
}
.cart-price {
    color: #fff;
    float: right;
    margin: 0;
}

/*Variabler*/
.panel-options .row {
    margin: 0 0px;
}

.small, small {
	color: #fff;
}

.panel-preview-description {
    font-size: 12px;
	color: #fff;
}

.panel-default>.panel-heading { /*Baggrund til hjælpetekst*/
    color: #333;
    background-color: #333;
    border-color: #ddd;
}
.panel-default>.panel-heading a:link {
	text-decoration: underline;
}
.panel-default>.panel-heading a:visited {
	text-decoration: underline;
	color: #fff;
}
.panel-default>.panel-heading a:hover {
	text-decoration: none;
	color: #fff;
}

.panel-body {
    padding: 15px;
	background-color: rgba(153, 153, 153, 0.2);
}.panel-options {
    position: relative;
    padding-bottom: 45px;
    background: transparent;
	border: 0px;
}

.btn-success {
    color: #fff;
    background-color: #ecca1e;
    border-color: #ecca1e;
}
.btn-block {
    color: #fff;
    background-color: #ecca1e;
    border-color: #ecca1e;
}
.btn-buy:hover {
    color: #fff;
    background-color: #1d668c !important;
    border-color: #1d668c !important;
}
.panel-preview-title {
    font-weight: bold;
	color: #fff;
}
.text-muted {
    color: #fff;
}

.text-muted a:link{
	text-decoration: underline;
}
.text-muted a:visited{
	text-decoration: underline;
}
.text-muted a:hover{
	text-decoration: none;
}

.RadComboBox_Metro .rcbReadOnly {
    border-color: #fff;
    color: #000;
    background-color: #fff;
}
.text-warning {
    color: #fff!important;
	font-weight: bold;
}

h4 small, h4 .small {
    font-weight: 400;
    line-height: 1;
    color: #fff;
}

.prodnews {
    color: #fff;
}


/*Låste variable felter - bruges her som devider*/
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: transparent;
    opacity: 1;
    color: #fff;
    font-weight: bold;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-radius: 0px;
}


/*Relaterede produkter*/
.panel-product-text {
	color: #fff;
}
.panel-product {
    transition: all 0.3s ease;
    border-color: transparent;
	background-color: rgba(153, 153, 153, 0.2);
    box-shadow: none;
    text-decoration: none !important;
    height: 310px;
    overflow: visible;
    display: block;
}
@media only screen and (max-width: 480px) {
    .panel-product {
    	transition: all 0.3s ease;
    	border-color: transparent;
		background-color: rgba(153, 153, 153, 0.2);
    	box-shadow: none;
    	text-decoration: none !important;
    	height: 220px;
    	overflow: visible;
    	display: block;
    }
}


.panel-product .prodlink {
    cursor: pointer;
    background: transparent;
}
.panel-product-heading {
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    line-height: 21px;
    max-height: 42px;
    overflow: hidden;
	color: #fff;
}
.section-products-heading {
    font-size: 20px;
    line-height: 21px;
    margin: 0 0 20px;
    font-weight: 300;
	color: #333;
}


/*Pop-Up ved køb*/
.text-success { /*Header*/
    color: #00788a !important;
}
.modal .panel-body {
    padding: 16px 20px;
    background-color: #fff;
}


/*Indkøbsvogn*/
.cart-details {
    float: left;
    clear: left;
    font-size: 80%;
    margin-top: 5px;
}
.panel-default {
    border-color: #fff;
    background: transparent;
}.checkout-page-content .panel-heading {
    padding: 15px;
    background: #333;
}
.checkout-page-content .panel-title {
    font-weight: bold;
    color: #fff;
}.cart-row {
    padding: 12px 15px;
    border-bottom: 1px solid #fff;
    color: #fff !important;
}


/*Ikoner*/
.fa-ellipsis-v:before {
    content: "\f142";
    color: #fff;
}
.section-profile .nav .badge {
    position: relative;
    top: -2px;
    background: #009cec;
}
.fa-refresh:before {
    content: "\f021";
    color: #fff;
}

/*Spinner*/
.spinner {
position: fixed;
top: 50%;
left: 50%;
margin-left: -75px;
margin-top: -75px;
text-align: center;
z-index: 1234;
overflow: auto;
width: 200px;
height: 200px;
background-color: transparent;
border: 0px;
box-shadow:0px 0px 0px transparent;
}
#spinner3 {
position: fixed;
top: 50%;
left: 50%;
margin-left: -75px;
margin-top: -75px;
text-align: center;
z-index: 1234;
overflow: auto;
width: 200px;
height: 200px;
background-color: transparent;
border: 0px;
box-shadow:0px 0px 0px transparent;	
}

/*Footer*/
.footer {
    font-size: 13px;
	line-height: 120%;
    padding: 0;
	padding-top: 10px;
    background-color: rgba(153, 153, 153, 0.2);
	color: #fff;
}